home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 13
/
AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso
/
rexx
/
stat.m2i
< prev
next >
Wrap
Text File
|
1997-11-18
|
241b
|
17 lines
/* Display the number of Drawers and Tools */
OPTIONS RESULTS
ADDRESS "M2IPort.Rexx"
RESULT=0
count "*.d"
drw=RESULT
RESULT=0
count "*.t"
tool=RESULT
total=drw+tool
message "Stat : "drw" Drawers - "tool" Tools - "total" Icons."